.header {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
}
.header .logo {
	width: 199px;
	height: 100px;
	float: left;
}
.header .navbar {
	width: 980px;
	height: 100px;
	float: right;
}
.header .navbar ul {
	width: 865px;
	height: 30px;
	text-align: right;
	padding-top: 40px;
	float: left;
}
.header .navbar li {
	display: inline-block;
	padding: 0px 10px;
	position: relative;
}
.header .navbar li a {
	font-size: 15px;
}
.header .navbar li a:hover {
	text-decoration: none;
}
.header .navbar li.nav-line {
	color: #ababab;
}
.header .navbar li.now {
	border-bottom: 2px solid #42ab8b;
	display: inline-block;
	padding: 0px 10px 10px 10px;
	position: relative;
}
.header .navbar li i {
	width: 7px;
	height: 4px;
	display: inline-block;
	background: url(../Images/New/dc-img.png) no-repeat;
	float: right;
	margin: 9px 0px 0px 7px;
}
.navbar .triangle {
	 width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #42ab8b;
    position: absolute;
    top: 32px;
    left: 40%;
}
.navbar .navber-sub {
    position: absolute;
    width: 100px;
    height: auto;
    background: #42ab8b;
    border-radius: 6px;
    top: 47px;
    text-align: center;
    left: -1px;
    padding: 5px 0px;
    z-index: 9999;
}
.navbar .navber-sub a {
	display: inline-block;
	line-height: 35px;
	color: #fff;
	border-bottom: 1px solid #48987e;
}
.navbar .navber-sub a:hover {
	text-decoration: underline;
}
.navbar .navber-sub a:last-child {
	border-bottom: 0;
}

/*----------------  广告图  ---------------------*/
#banner-bg {
	width: 100%;
	height: 684px;
	/*background: url(../Images/New/banner2-bg.png) repeat-x;*/
	background-color: #f6f6f6;
}
.banner-con {
	width: 1200px;
	height: 684px;
	background: url(../Images/New/map.jpg) no-repeat left;
	margin: 0px auto;
}
.b-warehouse {
	width: 400px;
	height: 474px;
	background: url(../Images/New/banner-k.jpg) no-repeat;
	float: right;
	margin-top: 110px;
	box-shadow: 3px 4px 4px #f0f0f0;;
}
.b-warehouse h3 {
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	padding-top: 30px;
	color: #42ab8b;
}
.b-warehouse h3 span {
	font-weight: 100;
	color: #5e5d5d;
}
.b-warehouse p {
	width: 380px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: left;
	color: #5e5d5d;
	margin: 0px 32px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
.map-name {
	width: 295px;
	height: 330px;
	margin: 0px auto;
}
.map-name li {
	width: 125px;
	height: 40px;
	float: left;
	margin: 0px 10px 14px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.map-name li i {
	display: inline-block;
	width: 24px;
	height: 14px;
	float: left;
	margin: 12px 5px 0px 18px;
}
.map-name li span {
	display: inline-block;
	float: left;
	line-height: 40px;
	font-size: 15px;
}
.map-now,
.map-name li:hover {
	background: #f3be70;
}
.map-now span,
.map-name li:hover span {
	color: #FFFFFF;
}
.map-name li.gray {
	width: 115px;
	height: 34px;
	border-radius: 30px;
	background: #ebebeb;
	margin-top: 3px;
}
.map-name li strong {
	background: #eb5050;
	color: white;
	font-size: 12px;
	padding: 0px 5px;
	font-weight: normal;
	position: absolute;
	top: -7px;
	right: 0;
}
.map-name li.gray:hover {
	background: #54cfaa;
}
.map-name li.gray:hover .j-right {
	background: url(../Images/New/dt0jt-w.png) no-repeat;
}
.map-name li.gray .j-right {
	width: 10px;
	height: 17px;
	display: inline-block;
	background: url(../Images/New/dt0jt.png) no-repeat;
	-webkit-animation: j-right 0.5s infinite;
	-webkit-animation-fill-mode: both;
	margin: 8px 0px 0px 59px;
}
@-webkit-keyframes j-right {
	0% {
		// -webkit-transform:translate(0, 0px) rotate(45deg);
		-webkit-transform:translate(0, 0px)
	}
	50% {
		-webkit-transform:translate(-5px, 0)
	}
	100% {
		-webkit-transform:translate(-10px, 0)
	}
}
.map-name li.gray:hover .j-left {
	background: url(../Images/New/dt1jt-w.png) no-repeat;
}
.map-name li.gray .j-left {
	width: 10px;
	height: 17px;
	display: inline-block;
	background: url(../Images/New/dt1jt.png) no-repeat;
	-webkit-animation: j-right 0.5s infinite;
	-webkit-animation-fill-mode: both;
	margin: 8px 0px 0px 59px;
}
@-webkit-keyframes j-left {
	0% {
		// -webkit-transform:translate(0, 0px) rotate(45deg);
		-webkit-transform:translate(0, 0px)
	}
	50% {
		-webkit-transform:translate(-5px, 0)
	}
	100% {
		-webkit-transform:translate(-10px, 0)
	}
}

.b-spinner {
	width: 800px;
	height: 684px;
	float: left;
	position: relative;
}
.s-mg {
    position: absolute;
    top: 151px;
    right: 173px;
}
.s-yg {
	position: absolute;
    top: 100px;
    left: 27px;
}
.s-fr {
    position: absolute;
    top: 125px;
    left: 40px;
}
.s-dg {
    position: absolute;
    top: 109px;
    left: 58px;
}
.s-az {
	position: absolute;
    top: 364px;
    left: 416px;
}
.s-sk {
    position: absolute;
    top: 160px;
    left: 383px;
}
.s-tg {
    position: absolute;
    top: 226px;
    left: 325px;
}
.s-rb {
    position: absolute;
    top: 159px;
    left: 410px;
}
.s-xg {
    position: absolute;
    top: 208px;
    left: 347px;
}
.s-tw {
    position: absolute;
    top: 200px;
    left: 376px;
}
.s-am {
    position: absolute;
    top: 206px;
    left: 352px;
}
.s-it {
	position: absolute;
	top: 135px;
	left: 65px;
}
.s-zg {
	position: absolute;
	top: 200px;
	left: 365px;
}
.s-es {
	position: absolute;
	top: 145px;
	left: 24px;
}
.s-dk {
	position: absolute;
	top: 95px;
	left: 58px;
}
.s-ca {
	position: absolute;
	top: 92px;
    right: 173px;
}
.s-nl{
	position: absolute;
	top: 109px;
    left: 46px;
}
.s-pt {
	position: absolute;
	top: 149px;
    left: 11px;
}
.spinner2 {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #f00;
  border-radius: 100%; 
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #dd750e;
  border-radius: 100%; 
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}
 
@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
 
@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


/*---------------  美国转运  ---------------*/
.transshipment-b {
	width: 100%;
	height: 410px;
    min-width: 1200px;
}
.tran-price {
	width: 1200px;
	height: auto;
	background: #52b899;
	margin: 0px auto;
	margin-top: 40px;
	padding-bottom: 20px;
	overflow: hidden;
}
.tran-price h3 {
	width: 1200px;
	height: 50px;
	text-align: center;
	padding-top: 40px;
}
.tran-price h3 .diamond {
	width: 12px;
    height: 12px;
    background-color: white;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
    border-radius: 2px;
    margin: 19px 10px 0px 10px;
}
.tran-price h3 span {
	display: inline-block;
	font-size: 36px;
	color: white;
}
.tran-price .font01 {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	font-size: 18px;
}
.tran-price .route-line {
	width: 1150px;
	height: 45px;
	margin-top: 35px;
	padding: 0px 25px;
}
.tran-price .route-line li {
	width: 123px;
	height: 42px;
	float: left;
	border-radius: 30px;
	background: none;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 42px;
	margin-right: 9px;
	margin-left: 9px;
	cursor: pointer;
}
.tran-price .route-line li:hover,
.tran-price .route-line li.now {
	background: white;
	color: #52b899;
}
.route-con {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 22px 25px 0px 25px;
}
.route-con .route-con-left {
	width: 241px;
	height: 640px;
	float: left;
}
.route-con .route-con-left ul li {
	width: 216px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: white;
	margin-bottom: 15px;
	padding-left: 25px;
}
.route-con .route-con-left ul li.now,
.route-con .route-con-left ul li:hover {
	background: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	color: #52b899;
	cursor: pointer;
}
.route-con-right {
	width: 959px;
	min-height: 640px;
	float: right;
	background: url(../Images/New/tran-bg.jpg) no-repeat #fff right bottom;
	box-shadow: 3px 1px 5px #48ae8f;
}
.route-con-right .weight {
	width: 897px;
	height: 30px;
	margin: 0px auto;
	padding: 20px 0px;
}
.route-con-right .weight strong {
	background: #f8b551;
	color: white;
	border-radius: 20px;
	display: inline-block;
	font-weight: normal;
	padding: 5px 15px;
}
.route-con-right .weight span {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.route-con-right .weight span b {
	color: #f00;
	font-size: 20px;
}
.route-tab {
	width: 880px;
	height: 32px;
	background: #fcf7f0;
	border: 1px solid #ece2d4;
	line-height: 32px;
	font-size: 14px;
	color: #d98737;
	margin: 0px auto;
	padding-left: 15px;
}
.route-title {
	width: 897px;
	height: 35px;
	border-bottom: 1px solid #dedede;
	margin: 0px auto;
	position: relative;
	margin-top: 10px;
}
.route-title span {
	background: #fff;
	border: 1px solid #dedede;
	border-bottom: 0;
	display: inline-block;
	padding: 3px 15px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position: absolute;
	bottom: -1px;
	left: 25px;
}
.route-font {
	width: 877px;
	/* height: 230px; */
	font-size: 14px;
	line-height: 24px;
	margin: 0px auto;
	color: #636363;
	padding: 15px 10px 15px 10px;
	overflow: hidden;
}
.route-font-arrow {
	width: 897px;
	height: 14px;
	border-top: 1px solid #eee;
	margin: 0px auto;
	margin-top: 15px;
	text-align: center;
	position: relative;
}
.route-font-arrow a.zy-arrow01 {
	width: 51px;
	height: 14px;
	display: inline-block;
	background: url(../Images/New/zy-arrow01.jpg) no-repeat;
	position: absolute;
	top: -1px;
}
.route-font-arrow a.zy-arrow02 {
	width: 51px;
	height: 14px;
	display: inline-block;
	background: url(../Images/New/zy-arrow02.jpg) no-repeat;
	position: absolute;
	top: -1px;
}
.route-con-right h4 {
	width: 887px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #737373;
	margin: 0px auto;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.route-value-con {
	width: 897px;
	height: auto;
	z-index: 1;
	overflow: hidden;
	margin-left: 18px;
}
.route-value-con dl {
	width: auto;
	height: 50px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
.route-value-con dl dd {
	width: 36px;
	height: 50px;
	float: left;
	text-align: center;
	border-right: 1px solid #d2d2d2;
	background: #f6f6f6;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.route-value-con dl dd i {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.route-value-con dl dd i.nj {
	background: url(../Images/New/png_header.png) no-repeat -4px -54px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.hw {
	background: url(../Images/New/png_header.png) no-repeat -41px -56px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.fh {
	background: url(../Images/New/png_header.png) no-repeat -73px -56px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.qj {
	background: url(../Images/New/png_header.png) no-repeat  -102px -55px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.jg {
	background: url(../Images/New/png_header.png) no-repeat -137px -55px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.ts {
	background: url(../Images/New/png_header.png) no-repeat -172px -54px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.zy {
	background: url(../Images/New/png_header.png) no-repeat -208px -56px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.lp {
	background: url(../Images/New/png_header.png) no-repeat -246px -57px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.qt {
	background: url(../Images/New/png_header.png) no-repeat -2px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.bj {
	background: url(../Images/New/png_header.png) no-repeat -38px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.sp {
	background: url(../Images/New/png_header.png) no-repeat -70px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.ty {
	background: url(../Images/New/png_header.png) no-repeat -138px -85px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.tj {
	background: url(../Images/New/png_header.png) no-repeat -101px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.ce {
	background: url(../Images/New/png_header.png) no-repeat -172px -85px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.xc {
	background: url(../Images/New/png_header.png) no-repeat -209px -87px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.jj {
	background: url(../Images/New/png_header.png) no-repeat -244px -88px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.dc {
	background: url(../Images/New/png_header.png) no-repeat -280px -54px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.zn {
	background: url(../Images/New/png_header.png) no-repeat -281px -87px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.pz {
	background: url(../Images/New/png_header.png) no-repeat -309px -55px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dt {
	float: left;
	padding: 5px 10px 0px 10px;
}
.route-value-con dl dt p {
	font-size: 14px;	
}
.route-value-con dl dt p span {
	font-size: 14px;	
	color: rgba(236,1,5,1.00);
}

#hot-news {
	width: 100%;
	height: 860px;
	background: #f2f2f2;
	margin: 40px 0px;
    min-width: 1200px;
}
.hot-news {
	width: 1200px;
	height: 860px;
	margin: 0px auto;
}
.hot-news h3,
.related-news h3 {
	width: 1200px;
	height: 50px;
	text-align: center;
	padding-top: 35px;
}
.hot-news h3 .diamond,
.recommend-con h3 .diamond,
.related-news h3 .diamond {
	width: 12px;
    height: 12px;
    background-color: #3da384;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
    border-radius: 2px;
    margin: 19px 10px 0px 10px;
}
.hot-news h3 span,
.recommend-con h3 span,
.related-news h3 span {
	display: inline-block;
	font-size: 36px;
	color: #3da384;
}
.hot-news p.font01,
.related-news p.font01 {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #3da384;
	text-align: center;
	padding-bottom: 30px;
}
.hot-news-left {
	width: 335px;
	height: 680px;
	float: left;
	background: #ecf9f5;
	box-shadow: 0px 2px 2px #dedede;
}
.hot-news-left h4,
.hot-news-right h4 {
	background: #52b899;
	line-height: 42px;
	color: white;
	font-weight: normal;
	padding-left: 20px;
	font-size: 16px;
}
.hot-news-left h4 {
	width: 315px;
	height: 42px;
}
.hot-news-left ul {
	padding-top: 6px;
}
.hot-news-left ul li {
	width: 295px;
	height: 43.5px;
	border-bottom: 1px dashed #d3d3d3;
	line-height: 46px;
	font-size: 16px;
	margin-left: 20px;
}
.hot-news-left ul li a {
	padding-left: 5px;
}
.hot-news-left ul li:last-child {
	border-bottom: 0;
}
.hot-news-right {
	width: 838px;
	height: 680px;
	float: right;;
	background: #f6f6f6;
	box-shadow: 0px 2px 2px #dedede;
}
.hot-news-right h4 {
	width: 820px;
	height: 42px;
}
.hot-news-right-con dl {
	width: 848px;
	height: 86px;
	margin: 0px auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d3d3d3;
	padding-top: 20px;
}
.hot-news-right-con dl:last-child {
	border-bottom: 0;
}
.hot-news-right-con dl dd {
	width: 139px;
	height: 86px;
	float: left;
}
.hot-news-right-con dl dt {
	width: 690px;
	height: 86px;
	float: right;
}
.hot-news-right-con dl dt h5 {
	font-size: 16px;
	font-weight: normal;
	width: 690px;
	height: 30px;
	line-height: 30px;
}
.hot-news-right-con dl dt p {
	width: 690px;
	height: 20px;
	line-height: 20px;
}
.hot-news-right-con dl dt p a {
	color: #7b7b7b;
}
.hot-news-right-con dl dt span {
	width: 690px;
	height: 25px;
	display: inline-block;
	color: #9d9d9d;
	line-height: 25px;
	padding-top: 10px;
}
.recommend {
	width: 1150px;
	height: 500px;
	background: #97dfc8;
	margin: 0px auto;
	padding: 25px;
}
.recommend-con {
	width: 1150px;
	height: 500px;
	background: #ffffff;
	box-shadow: 4px 2px 2px #8ed4be;
}
.recommend-con h3 {
	text-align: center;
	width: 1200px;
	height: 50px;
	text-align: center;
	padding-top: 30px;
}
.recommend-con p.font01 {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #3da384;
	text-align: center;
	padding-bottom: 30px;
}
.recommend-list {

}
.recommend-prod {
	width: 264px;
	height: 340px;
	float: left;
	margin-left: 20px;
}
.recommend-prod .img {
	display: inline-block;
	width: 274px;
	height: 169px;
}
.recommend-prod .title {
	width: 274px;
	height: 30px;
	line-height: 30px;
}
.recommend-prod .title a {
	display: inline-block;
	width: 274px;
	height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.recommend-prod .font02 {
	width: 274px;
	height: 40px;
}
.recommend-prod .font02 a {
	width: 274px;
	height: 37px;
	line-height: 18px;
	display: inline-block;
	color: #9c9c9c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.recommend-prod .font03 {
	width: 274px;
	height: 50px;
	line-height: 50px;
	color: #818181;
	font-size: 16px;
}
.recommend-prod .font03 b {
	font-size: 20px;
	color: #f00;
}
.recom-price {
	width: 274px;
	height: 40px;
}
.recom-price .gou,
.recom-price .link {
	width: 130px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	color: white;
	line-height: 40px;
}
.recom-price .gou {
	background: #7acfb4;
}
.recom-price .link {
	background: #fb9a53;
}
.recom-price .gou:hover {
	background: #62c0a2;
}
.recom-price .link:hover {
	background: #eb8b45;
}
.recom-price .gou i {
	width: 19px;
	height: 17px;
	display: inline-block;
	background: url(../Images/New/zy-go.png) no-repeat;
	margin: 9px 9px 0px 26px;
	float: left;
}
.recom-price .link i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../Images/New/lj-icob.png) no-repeat;
	margin: 12px 9px 0px 26px;
	float: left;
}
#related-news {
	width: 100%;
	height: 590px;
	background: #f2f2f2;
	padding-bottom: 40px;
	margin-top: 40px;
    min-width: 1200px;
}
.related-news {
	width: 1200px;
	height: 590px;
	margin: 0px auto;
}
.related-list {
	margin-left: -20px;
}
.related-list dl {
	width: 380px;
	height: 115px;
	background: #ffffff;
	float: left;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-left: 3px solid #97dfc8;
	box-shadow: 2px 2px 2px #e8e8e8;
	margin-left: 20px;
	margin-bottom: 22px;
}
.related-list dl dt {
	width: 370px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-top: 10px;
}
.related-list dl dt a {
	font-size: 16px;
}
.related-list dl dd {
	width: 360px;
	height: 40px;
	padding-left: 15px;
	background-color: #ffffff;
}
.related-list dl dd a {
	width: 360px;
	height: 40px;
	display: inline-block;
	color: #868686;
	line-height: 20px;
}
.related-list dl dd span {
	width: 370px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	color: #acacac;
	text-align: left;
	border: none;
	font-weight: normal;
}

/*国家图标start*/
ul.map-name li i.mg {
	background: url(../Images/New/meiguo.jpg);
}
ul.map-name li i.yg {
	background: url(../Images/New/yingguo.jpg);
}
ul.map-name li i.fr {
	background: url(../Images/New/faguo.jpg);
}
ul.map-name li i.dg {
	background: url(../Images/New/deguo.jpg);
}
ul.map-name li i.az {
	background: url(../Images/New/aodaliya.jpg);
}
ul.map-name li i.sk {
	background: url(../Images/New/hanguo.jpg);
}
ul.map-name li i.tg {
	background: url(../Images/New/taiguo.jpg);
}
ul.map-name li i.rb {
	background: url(../Images/New/riben.jpg);
}
ul.map-name li i.xg {
	background: url(../Images/New/xianggang.jpg);
}
ul.map-name li i.tw {
	background: url(../Images/New/taiwan.jpg);
}
ul.map-name li i.am {
	background: url(../Images/New/aomen.jpg);
}
ul.map-name li i.ca {
	background: url(../Images/New/jianada.jpg);
}
ul.map-name li i.dk {
	background: url(../Images/New/danmai.jpg);
}
ul.map-name li i.nl {
	background: url(../Images/New/helan.jpg);
}
ul.map-name li i.es {
	background: url(../Images/New/xibanya.jpg);
}
ul.map-name li i.it {
	background: url(../Images/New/yidali.jpg);
}
ul.map-name li i.zg {
	background: url(../Images/New/xiamen.jpg);
}
ul.map-name li i.pt {
	background: url(../Images/New/putaoya.png);
}
ul.map-name li i.chf {
	background: url(../Images/New/chf.png);
}
ul.map-name li i.xjp {
	background: url(../Images/New/xjp.jpg);
}

ul.map-name li i.bls {
	background: url(../Images/New/bls.jpg);
}
/*国家图标end*/

/*增值服务图标start*/
.route-value-con dl dd i.njpz {
	background: url(../Images/price/png.png) no-repeat -4px -54px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.hwqd {
	background: url(../Images/price/png.png) no-repeat -41px -56px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.fhcz {
	background: url(../Images/price/png.png) no-repeat -73px -56px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.qjqp {
	background: url(../Images/price/png.png) no-repeat  -102px -55px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.njjg {
	background: url(../Images/price/png.png) no-repeat -137px -55px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.tsjg {
	background: url(../Images/price/png.png) no-repeat -172px -54px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.zytyx {
	background: url(../Images/price/png.png) no-repeat -208px -56px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.qlpxh {
	background: url(../Images/price/png.png) no-repeat -246px -57px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.qtfw {
	background: url(../Images/price/png.png) no-repeat -2px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.bj {
	background: url(../Images/price/png.png) no-repeat -38px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.dbsp {
	background: url(../Images/price/png.png) no-repeat -70px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.tyfy {
	background: url(../Images/price/png.png) no-repeat -138px -85px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.jstj {
	background: url(../Images/price/png.png) no-repeat -101px -86px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.cebgf {
	background: url(../Images/price/png.png) no-repeat -172px -85px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.xcclhwf {
	background: url(../Images/price/png.png) no-repeat -209px -87px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.jjcl {
	background: url(../Images/price/png.png) no-repeat -244px -88px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.dcys {
	background: url(../Images/price/png.png) no-repeat -280px -54px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.znfx {
	background: url(../Images/price/png.png) no-repeat -281px -87px;
	margin: 14px 0px 0px 0px;
}
.route-value-con dl dd i.dbpz {
	background: url(../Images/price/png.png) no-repeat -309px -55px;
	margin: 14px 0px 0px 0px;
}
/*增值服务图标end*/

/*BannerStart*/
.banner-mg{
	background: url(../Images/New/meiguo-b.jpg) no-repeat center;
}
.banner-yg {
	background: url(../Images/New/yingguo-b.jpg) no-repeat center;
}
.banner-fr {
	background: url(../Images/New/faguo-b.jpg) no-repeat center;
}
.banner-dg {
	background: url(../Images/New/deguo-b.jpg) no-repeat center;
}
.banner-az {
	background: url(../Images/New/aodaliya-b.jpg) no-repeat center;
}
.banner-sk {
	background: url(../Images/New/hanguo-b.jpg) no-repeat center;
}
.banner-tg {
	background: url(../Images/New/taiguo-b.jpg) no-repeat  center;
}
.banner-rb {
	background: url(../Images/New/riben-b.jpg) no-repeat center;
}
.banner-xg {
	background: url(../Images/New/xianggang-b.jpg) no-repeat center;
}
.banner-tw {
	background: url(../Images/New/taiwan-b.jpg) no-repeat center;
}
.banner-am {
	background: url(../Images/New/aomen-b.jpg) no-repeat center;
}
.banner-ca {
	background: url(../Images/New/jianada-b.jpg) no-repeat center;
}
.banner-dk {
	background: url(../Images/New/danmai-b.jpg) no-repeat center;
}
.banner-nl {
	background: url(../Images/New/helan-b.jpg) no-repeat center;
}
.banner-es {
	background: url(../Images/New/xibanya-b.jpg) no-repeat center;
}
.banner-it {
	background: url(../Images/New/yidali-b.jpg) no-repeat center;
}
.banner-zg {
	background: url(../Images/New/xiamen-b.jpg) no-repeat center;
}
.banner-pt {
	background: url(../Images/New/putaoya-b.jpg) no-repeat center;
}
.banner-chf {
	background: url(../Images/New/ruishi-b.jpg) no-repeat center;
}
.banner-xjp {
	background: url(../Images/New/singapore-b.jpg) no-repeat center;
}
.banner-bls {
	background: url(../Images/New/banner-bls.jpg) no-repeat center;
}
/*Bannerend*/